home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3606 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.micron.net!news
  2. From: bblack@micron.net
  3. Newsgroups: comp.lang.c++
  4. Subject: NT talking to hardware?
  5. Date: 25 Jan 1996 01:58:40 GMT
  6. Organization: Micron Internet Services
  7. Message-ID: <4e6o4g$evn@is05.micron.net>
  8. NNTP-Posting-Host: cs004p02.boi.micron.net
  9. X-Newsreader: AIR News 3.X (SPRY, Inc.)
  10.  
  11. Hello,
  12.     I need some help taking to an 8 bit driver card.  The card was design to drive
  13. a relay matrix for some testing at work.  We had it running fine on window 3.1 and  it
  14. was decided that we should upgrade to a 32 bit operating system (NT) to increase our
  15. speed for real time testing.  I tried to recompile the DLL that we use to talk to the
  16. driver card to 32 bit, but the compiler did not like the outp() function I was using to
  17. write to data to the card.  I am very new to C++ programming and this problem was
  18. like running into a wall.  I found out that outp() is a 16 bit function and is not portable
  19. to NT.  Does anyone know how I go about taking to hardware in a Windows NT
  20. environment?  Any help will be appreciated.
  21.     
  22.  
  23. "There is nothing so noble as learning a skill and putting it to use."
  24.  
  25. bblack@micron.net
  26.  
  27.